From: Chun-wei Fan Date: Wed, 3 Aug 2022 09:08:59 +0000 (+0800) Subject: Visual Studio: Add .gitignore's X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~3^2~58^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=156ae72ed7843935750066914b3ff004f5071544;p=gtk%2B3.0.git Visual Studio: Add .gitignore's We don't need to track the project files and property sheets that are generated from their templates, and we don't want to track the demos.h(.win32) that are mainly used for the Visual Studio builds, which are also generated. --- diff --git a/demos/gtk-demo/.gitignore b/demos/gtk-demo/.gitignore new file mode 100644 index 0000000000..c1a0550f3f --- /dev/null +++ b/demos/gtk-demo/.gitignore @@ -0,0 +1,2 @@ +demos.h.win32 +demos.h diff --git a/win32/.gitignore b/win32/.gitignore new file mode 100644 index 0000000000..ff4ebff698 --- /dev/null +++ b/win32/.gitignore @@ -0,0 +1 @@ +config-msvc.mak diff --git a/win32/vs10/.gitignore b/win32/vs10/.gitignore new file mode 100644 index 0000000000..5f2df27914 --- /dev/null +++ b/win32/vs10/.gitignore @@ -0,0 +1,14 @@ +broadwayd.vcxproj.filters +broadwayd.vcxproj +gailutil-3.vcxproj.filters +gailutil-3.vcxproj +gdk-3.vcxproj.filters +gdk-3.vcxproj +gdk3-broadway.vcxproj.filters +gdk3-broadway.vcxproj +gdk3-win32.vcxproj.filters +gdk3-win32.vcxproj +gtk-3.vcxproj.filters +gtk-3.vcxproj +gtk3-demo.vcxproj.filters +gtk3-demo.vcxproj diff --git a/win32/vs11/.gitignore b/win32/vs11/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs11/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs12/.gitignore b/win32/vs12/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs12/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs14/.gitignore b/win32/vs14/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs14/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs15/.gitignore b/win32/vs15/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs15/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs16/.gitignore b/win32/vs16/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs16/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs17/.gitignore b/win32/vs17/.gitignore new file mode 100644 index 0000000000..2087de933d --- /dev/null +++ b/win32/vs17/.gitignore @@ -0,0 +1,3 @@ +*.sln +*.vcxproj +*.vcxproj.filters diff --git a/win32/vs1x-props/.gitignore b/win32/vs1x-props/.gitignore new file mode 100644 index 0000000000..3978362c27 --- /dev/null +++ b/win32/vs1x-props/.gitignore @@ -0,0 +1 @@ +gtk3-version-paths.props diff --git a/win32/vs9/.gitignore b/win32/vs9/.gitignore new file mode 100644 index 0000000000..904cdc3ac4 --- /dev/null +++ b/win32/vs9/.gitignore @@ -0,0 +1,8 @@ +broadwayd.vcproj +gailutil-3.vcproj +gdk-3.vcproj +gdk3-broadway.vcproj +gdk3-win32.vcproj +gtk-3.vcproj +gtk3-demo.vcproj +gtk3-version-paths.vsprops